Welcome![Sign In][Sign Up]
Location:
Search - The genetic algorithm for TSP

Search list

[AI-NN-PRSGASforTSP

Description: 这是遗传算法对TSP的运算结果。文件夹中包含有源代码与运算结果,可做参考-This is a genetic algorithm for computing the results of the TSP. Folder contains the source code and computing the results, can refer to! !
Platform: | Size: 635904 | Author: 陈世界 | Hits:

[AI-NN-PRGPSOtsp

Description: 采用遗传微粒群算法(GPSO)求解旅行商问题(TSP)的源代码。内附多个算例,本算法对于中小规模问题求解效率很高,对于大规模问题则效率略低。如有任何疑问,请于http://2shi.phphubei.com.cn/index.php发帖询问。-Genetic Particle Swarm Optimization (GPSO) for Traveling Salesman Problem (TSP) of the source code. Containing a number of examples, the algorithm for solving small and medium-sized high efficiency, large-scale problems for the slightly lower efficiency. If you have any questions, please post http://2shi.phphubei.com.cn/index.php asked.
Platform: | Size: 936960 | Author: 李剑 | Hits:

[AI-NN-PRGATSP

Description: 通过此程序能够利用遗传算法解决TSP问题,即图论中从某一点出发经过所有点一次的最短路径求解问题-Through this program can take advantage of genetic algorithm to solve the TSP problem, namely, graph theory starting from a point in time through all the points for solving the shortest path problem
Platform: | Size: 4096 | Author: luoyong | Hits:

[Otherga_tsp

Description: 遗传算法小程序,关于解决TSP问题的遗传算法,仅供参考-GA small program on the settlement of the TSP Genetic Algorithm for reference purposes only and interact more
Platform: | Size: 4096 | Author: 刘炎华 | Hits:

[AI-NN-PRmtsp_ga

Description: MTSP_GA Multiple Traveling Salesmen Problem (M-TSP) Genetic Algorithm (GA) Finds a (near) optimal solution to the M-TSP by setting up a GA to search for the shortest route (least distance needed for the salesmen to travel to each city exactly once and return to their starting locations)
Platform: | Size: 4096 | Author: gao | Hits:

[AI-NN-PRtsp_ga

Description: SP_GA Traveling Salesman Problem (TSP) Genetic Algorithm (GA) Finds a (near) optimal solution to the TSP by setting up a GA to search for the shortest route (least distance for the salesman to travel to each city exactly once and return to the starting city) -SP_GA Traveling Salesman Problem (TSP) Genetic Algorithm (GA) Finds a (near) optimal solution to the TSP by setting up a GA to search for the shortest route (least distance for the salesman to travel to each city exactly once and return to the starting city)
Platform: | Size: 3072 | Author: gao | Hits:

[Algorithmzhanghua

Description: 主要解决旅行商问题(traveling saleman problem,简称tsp,即已知n个城市之间的相互距离,现有一个推销员必须遍访这n个城市,并且每个城市只能访问一次,最后又必须返回出发城市,求解最短距离的遗传算法。-。-mainly to solve the traveling salesman problem (traveling saleman problem, listed tsp, known cities n between the distance from the existing one salesman must traveled n this city, and visit each city only once, finally starting to return to the city, for the shortest distance from the genetic algorithm.
Platform: | Size: 3072 | Author: 张华 | Hits:

[matlabGA_and_ACO_TSP

Description: 使用遗传算法和蚁群算法求解TSP问题,并且 实时地将计算结果和所用时间等信息显示在界面上,很直观。-The use of genetic algorithms and ant colony algorithm for TSP problem, and real-time results and the use of the time information is displayed in the interface is very intuitive.
Platform: | Size: 76800 | Author: 刘辉 | Hits:

[AI-NN-PRGA_TSP

Description: 遗传算法解TSP问题.使用史上最牛的遗传算法解决Tsp问题.-Genetic Algorithm for the TSP. With the history of the cattle problem of the genetic algorithm to solve Tsp.
Platform: | Size: 14336 | Author: hello world | Hits:

[AI-NN-PRga_tsp

Description: 针对tsp问题的遗传算法的vc++实现,迭代200代,10个城市之间进行优化-A genetic algorithm for the tsp of vc++ implementation, iteration 200 on behalf of, among 10 cities to optimize
Platform: | Size: 10240 | Author: gaojian | Hits:

[Delphi VCLProject_TSP

Description: this an application of TSP problem.the data set is k150.txt. we use genetic algorithm for solving TSP problem.-this is an application of TSP problem.the data set is k150.txt. we use genetic algorithm for solving TSP problem.
Platform: | Size: 1002496 | Author: paolo | Hits:

[matlabyichuansuanfa

Description: 使用遗传算法求解TSP问题,文档文件里为坐标点,.m文件为程序源代码。-Genetic Algorithm for Solving the TSP Problem.
Platform: | Size: 2048 | Author: 高恒选 | Hits:

[AI-NN-PRGA

Description: 经典的遗传算法,用于求解TSP问题,高效,方便,城市坐标已附于文本文件夹中-Classical genetic algorithm for solving TSP problems, efficient and convenient, the city coordinates is attached to a text file folder
Platform: | Size: 4096 | Author: 许阳 | Hits:

[AI-NN-PRGA-TSp

Description: a genetic algorithm example : the traveling salesman problem. C source code, suitable for beginners and genetic algorithm optimization and other kinds of knowledge. Programming Language:Visual C++,
Platform: | Size: 61440 | Author: esse | Hits:

[Bio-Recognizechapter4

Description: 基于遗传算法的TSP问题,用遗传全局算法处理运算,得出最终的最近路径。-TSP problem based on genetic algorithm, genetic algorithm for handling global operations, has recently come to the end of the path.
Platform: | Size: 7168 | Author: 老高 | Hits:

[AI-NN-PRyichuansuanfa

Description: 遗传算法求解TSP问题,采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-Genetic algorithm for solving TSP problem, using the binary Gray code, based on the roulette wheel method of non-linear ranking selection, uniform crossover, mutation, but also introduces the inversion operation!
Platform: | Size: 4096 | Author: yang | Hits:

[AI-NN-PRyichuanxuesuanfa

Description: §1遗传算法的基本概念 §2简单的遗传算法 1. 选择 2. 交换 3. 变异 §3简单的遗传算法运算示例 1. 计算机公司的经营策略优化问题 2. 函数优化问题 §4遗传算法应用举例 1. 子集和问题 2. TSP(旅行商)问题 §5结束语 【附录】 1. 子集和问题源程序 2. TSP(旅行商)问题源程序 -The basic concept of genetic algorithm in § 1 § 2 of the simple genetic algorithm A. Select Two. Exchange 3. Variation Examples of § 3 a simple genetic algorithm for computing A. The computer company s business strategy optimization problem Two. Function optimization problems § 4 Application of Genetic Algorithm Example A. Subset of, and problems Two. TSP (traveling salesman) § 5 Conclusion 【Appendix】 A. Subset of the problem source Two. TSP (traveling salesman) problem source
Platform: | Size: 276480 | Author: feiying | Hits:

[AI-NN-PRGA-TSP

Description: 遗传算法求解货郎担问题 虽然有些简单 但是绝对适合初学者学习-Genetic algorithm to solve the traveling salesman problem is simple but absolutely suitable for beginners to learn
Platform: | Size: 132096 | Author: 羊笑笑 | Hits:

[Energy industryTSP_matlab

Description: 旅行商问题(TSP)是典型的NP完全问题,遗传算法是求解NP完全问题的一种常用方法。旅行商问题(TSP)的蚁群算法实现算法。在MATLAB中用遗传算法施行对TSP问题进行了求解,进行了选择、交叉和变异算子进行了算法设计。MATLAB源代码。-Traveling Salesman Problem (TSP) is a typical NP-complete problem, genetic algorithm for solving NP-complete problems, a common method. Traveling Salesman Problem (TSP) ant colony algorithm. Implemented in MATLAB using genetic algorithms to solve the TSP problem, a selection, crossover and mutation operators of the algorithm design. MATLAB source code.
Platform: | Size: 2048 | Author: 申悦 | Hits:

[matlabyichuansuanfa

Description: 遗传算法程序,对数学建模有很大的作用,含有原理程序及应用程序,包括解决TSP问题-Genetic algorithm for the mathematical modeling has a significant role
Platform: | Size: 178176 | Author: 易阳 | Hits:
« 1 2 3 4 5 67 8 »

CodeBus www.codebus.net